home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 3
/
Amiga Tools 3.iso
/
grafik
/
raytracing
/
rayshade-4.0.6.3
/
enhance
/
enhancements
< prev
next >
Wrap
Text File
|
1994-08-09
|
2KB
|
49 lines
3/23/92 --- David DeBry:
Added Mark Podlipec's findroot.c and blob.c
[findroot.c - better root finder than in roots.c
(FindRoot vs. SolveQuadric, SolveCubic, SolveQuartic)]
[blob.c - makes use of findroot.c]
Added Greg Spencer's projector patch
[New light type - projector]
Added Gerald Iles' rotspline patch
[New primitive type - rotspline]
3/27/92 --- David DeBry:
Added Larry Coffin's fracland patch
[New primitive type - fracland]
Added Mark Podlipec's torus.c
[torus.c - makes use of findroot.c]
3/28/92 --- David DeBry:
Added Mark Maimone's zbuf patch
[zbuffer dump to file on request]
Modified zbuf patch to check for set option before running functions
Modified zbuf patch to be completely in libshade.a
Modified hf.c, extended.c, and extended.h
[now don't generate warnings during build]
3/30/92 --- David DeBry:
Modified fracland patch to use rayshade defined random number functions
7/12/92 --- Larry Coffin:
Added cblob patch using findroot.
Added gradient texture.
Added sweptsph primitive.
Changed torus.c back to old routine due to bug using FindRoot().
7/17/92 --- Larry Coffin:
Added Mark Polipec's new torus.c that uses FindRoot() over a narrower
interval.
TODO
====
Modify rotspline to use FindRoot
[Currently uses the old SolveQuadric, SolveCubic, and
SolveQuartic functions. After this, I can get rid of roots.c]
Add 'viewv' command. (View Vector... specify direction of view
instead of a look point. Useful for animation stuff.)
Add in Mark Podlipec's Even More New And Improved Blob Code, as
soon as he gets it to me (David DeBry).